From: Jim Blandy Date: Tue, 22 Jun 1993 03:58:05 +0000 (+0000) Subject: * Makefile.in (ctags): Depend on etags, so that parallel makes X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95184 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4348b379b157112a29846182a3e61f22947bacb1;p=emacs.git * Makefile.in (ctags): Depend on etags, so that parallel makes don't write etags.o files on top of each other. --- diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 6ec77277be3..91c041b73e0 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -212,7 +212,9 @@ getopt1.o: ${srcdir}/getopt1.c ${srcdir}/getopt.h etags: ${srcdir}/etags.c $(GETOPTDEPS) $(CC) ${CPP_CFLAGS} -DETAGS ${srcdir}/etags.c $(GETOPTOBJS) $(LOADLIBES) -o etags -ctags: ${srcdir}/etags.c $(GETOPTDEPS) +# We depend on etags to assure that parallel makes don't write two +# etags.o files on top of each other. +ctags: ${srcdir}/etags.c $(GETOPTDEPS) etags $(CC) ${CPP_CFLAGS} -DCTAGS ${srcdir}/etags.c $(GETOPTOBJS) $(LOADLIBES) -o ctags wakeup: ${srcdir}/wakeup.c